go/types.instance.orig (field)
10 uses
go/types (current package)
named.go#L140: orig *Named // original, uninstantiated type
named.go#L190: orig := n.inst.orig
named.go#L265: inst := &instance{orig: orig, targs: newTypeList(targs)}
named.go#L285: assert(t.inst == nil || t.inst.orig.inst == nil)
named.go#L311: return t.inst.orig.obj
named.go#L320: return t.inst.orig
named.go#L366: orig := t.inst.orig
named.go#L397: origm := t.inst.orig.Method(i)
named.go#L643: assert(n.inst.orig.underlying != nil)
named.go#L648: orig := n.inst.orig
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)